home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / soft / development / Macromedia RoboHelp X5 / RoboHelpOffice.exe / Data1.cab / _DC6E512BE318410AB65569DF086E5423 < prev    next >
Encoding:
Text File  |  2003-06-20  |  1.6 KB  |  45 lines

  1. <html>
  2.     <head>
  3.         <title>WF Master</title>
  4.         <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
  5.         <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  6.         <script language="JavaScript" src="whver.js"></script>
  7.     </head>
  8.     <body>
  9.         <script language="JavaScript">
  10.         ///////////////////////////////
  11.         //
  12.         //  Insert the "Skin" SWF
  13.         //
  14.         ///////////////////////////////
  15.         // Build up the variable string we will be sending
  16.         strFlashVars = "uniqueHelpID=" + parent.UniqueID();
  17.         strFlashVars += "&bUseFScommand=";
  18.         if (((gbIE4) && (gbWindows) && (!gbOpera)) ||
  19.             ((gbNav4 && !gbNav6) && gbWindows)) {
  20.             strFlashVars += "1";
  21.         } else {
  22.             strFlashVars += "0";
  23.         }
  24.         
  25.         // Build tag to document.write
  26.         strObject = "<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'";
  27.         strObject += "WIDTH='2' HEIGHT='2' id='skinSWF' ALIGN='' VIEWASTEXT>";
  28.         strObject += "<PARAM NAME='movie' VALUE='wf_skin.swf'>";
  29.         strObject += "<PARAM NAME=quality VALUE=high>";
  30.         
  31.         // FlashVars for Object tag:
  32.         strObject += "<PARAM NAME=FlashVars VALUE='" + strFlashVars + "'>";
  33.         strObject += "<EMBED src='wf_skin.swf' quality=high WIDTH='2' HEIGHT='2' NAME='skinSWF' swLiveConnect='true' ALIGN='' ";
  34.         
  35.         // FlashVars for Embed tag:
  36.         strObject += "FlashVars='" + strFlashVars + "' ";
  37.         strObject += "TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>";
  38.         strObject += "</EMBED>";
  39.         strObject += "</OBJECT>";
  40.         
  41.         document.write(strObject);
  42.         </script>
  43.     </body>
  44. </html>
  45.